home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartSunSignRolloverAction(whichSprite, "6")
- end
-
- on mouseDown
- if hSunSignButtonAction("6") then
- mouseUp()
- end if
- end
-
- on mouseUp
- global gSunSignSprite, gWhichSex
- cursor(4)
- hAddBookmark()
- hCheckCurrentFrameLabel()
- puppetSprite(the clickOn, 0)
- puppetSprite(gSunSignSprite, 0)
- play frame "C" && gWhichSex & "6"
- end
-
- on endRollover whichSprite
- hEndSunSignRolloverAction(whichSprite)
- end
-